home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1996 July / Macworld (1996-07).dmg / Shareware World / HTML / HTML Voc 1.0 / HTML Vocabulary 1.0 / HTML Vocabulary 1.0.rsrc / TEXT_1200_Links.txt < prev    next >
Encoding:
Text File  |  1996-04-17  |  673 b   |  23 lines

  1.  
  2.  Links    
  3.  
  4.  
  5.  
  6. <A HREF="[URL][#chapter]">text or picture</A>
  7.  
  8. URL is the path to the linked file, e.g. a page, picture
  9.  or a sound. #chapter is a specified part of a linked page.
  10.  
  11.  
  12.  
  13. <A NAME="text">text or picture</A>
  14.  Defines a new chapter on a page. "text" will not show up for
  15.  the user and can be anything at all.
  16.  
  17.  The linked text will show up in a different color, usually
  18.  blue (or magneta if the user have visited the linked site)
  19.  You can change the color with the BODY command, see the
  20.  chapters menu. Pictures gets a blue or magneta border,
  21.  usually 1 dots width. You can change the width, or remove
  22.  the entire border, with the IMG tag, see the "Pictures"
  23.  chapter.